home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12297 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.netzone.com!netzone
  2. From: dennisg@netzone.com (Dennis Goward)
  3. Newsgroups: comp.lang.c++
  4. Subject: Porting DOS Program to Win3.1
  5. Date: Tue, 19 Mar 96 01:52:46 GMT
  6. Organization: Netzone.com
  7. Message-ID: <4ilb41$qip@news1.netzone.com>
  8. NNTP-Posting-Host: phx-ts10-46.netzone.com
  9. X-Newsreader: News Xpress Version 1.0 Beta #4
  10.  
  11. I have a program written in C++ for DOS that has to be ported over to WIN3.1. 
  12.  The program makes calls to the following functions that are not available in 
  13. Win3.1:
  14.  
  15. heapcheck()
  16. heapfillfree()
  17. heapcheckfree()
  18. sound()
  19. nosound()
  20. delay()
  21.  
  22. What can I use in place of these functions?  Is there a way to still use them 
  23. in the Win3.1 environment?
  24.  
  25. Please echo your reply to me on email.  Thanks.
  26.  
  27. Dennis Goward
  28. dennisg@netzone.com
  29.  
  30. ------------------------------------------------------------------------
  31. Dennis L. Goward                                    dennisg@netzone.com
  32. Glendale, Arizona                              94503@ef.gc.maricopa.edu
  33. www.netzone.com/~/dennisg/index.html              dgoward@aztec.asu.edu
  34. ------------------------------------------------------------------------
  35.